Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

GetOglImageByIdInterface.h

Go to the documentation of this file.
00001 #ifndef OglGui_GetOglImageByIdInterface_h
00002 #define OglGui_GetOglImageByIdInterface_h
00003 
00004 namespace OglGui {
00005 
00006 class GetOglImageByIdInterface
00007 {
00008 public:
00009 
00010     virtual OGLIMAGE* GetOglImageById(long long id)
00011     {
00012         return 0;
00013     }
00014 };
00015 
00016 } // namespace OglGui
00017 #endif

Generated on Fri Mar 19 09:31:35 2010 for ImpalaSrc by  doxygen 1.5.1