/home/coin/SVN-release/OS-2.1.1/OS/src/OSCommonInterfaces/OSrLWriter.h

Go to the documentation of this file.
00001 /* $Id: OSrLWriter.h 2698 2009-06-09 04:14:07Z kmartin $ */
00019 #ifndef OSrLWRITER_H
00020 #define OSrLWRITER_H
00021 
00022 #include "OSResult.h"
00023 #include <string>
00024 
00025 
00026 
00032 class OSrLWriter{  
00033 private:
00038         OSResult *m_OSResult;
00039 public:
00040 
00045         OSrLWriter( );
00046         
00051         ~OSrLWriter();
00052         
00060         std::string writeOSrL( OSResult *theosresult);
00061         
00070         //char* writeOSrLWrap( OSResult *theosresult);
00071 };
00072 #endif

Generated on Mon May 3 03:05:26 2010 by  doxygen 1.4.7