/Users/kmartin/Documents/files/code/cpp/OScpp/COIN-OS/OS/src/OSCommonInterfaces/OSrLWriter.h

Go to the documentation of this file.
00001 
00018 #ifndef OSrLWRITER_H
00019 #define OSrLWRITER_H
00020 
00021 #include "OSResult.h"
00022 #include <string>
00023 
00024 
00025 
00031 class OSrLWriter{  
00032 private:
00037         OSResult *m_OSResult;
00038 public:
00039 
00044         OSrLWriter( );
00045         
00050         ~OSrLWriter();
00051         
00059         std::string writeOSrL( OSResult *theosresult);
00060         
00069         //char* writeOSrLWrap( OSResult *theosresult);
00070 };
00071 #endif

Generated on Sat Mar 29 22:38:02 2008 by  doxygen 1.5.3