/home/coin/SVN-release/CoinAll-1.1.0/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 Sun Nov 14 14:06:39 2010 for Coin-All by  doxygen 1.4.7