llvolumexml.h

Go to the documentation of this file.
00001 
00032 #ifndef LL_LLVOLUMEXML_H
00033 #define LL_LLVOLUMEXML_H
00034 
00035 #include "llvolume.h"
00036 #include "llxmlnode.h"
00037 
00038 // wrapper class for some volume/message functions
00039 class LLVolumeXml
00040 {
00041 public:
00042         static LLXMLNode* exportProfileParams(const LLProfileParams* params);
00043 
00044         static LLXMLNode* exportPathParams(const LLPathParams* params);
00045 
00046         static LLXMLNode* exportVolumeParams(const LLVolumeParams* params);
00047 };
00048 
00049 #endif // LL_LLVOLUMEXML_H
00050 

Generated on Fri May 16 08:32:47 2008 for SecondLife by  doxygen 1.5.5