00001 #ifndef STUDIO_IG_FILE_PROXY_H 00002 # define STUDIO_IG_FILE_PROXY_H 00003 00004 //<<<<<< INCLUDES >>>>>> 00005 00006 # include "Iguana/Studio/interface/config.h" 00007 # include <string> 00008 00009 //<<<<<< PUBLIC DEFINES >>>>>> 00010 //<<<<<< PUBLIC CONSTANTS >>>>>> 00011 //<<<<<< PUBLIC TYPES >>>>>> 00012 //<<<<<< PUBLIC VARIABLES >>>>>> 00013 //<<<<<< PUBLIC FUNCTIONS >>>>>> 00014 //<<<<<< CLASS DECLARATIONS >>>>>> 00015 00016 class IGUANA_STUDIO_API IgFileProxy 00017 { 00018 public: 00019 // implicit copy constructor 00020 // implicit assignment operator 00021 // implicit destructor 00022 virtual ~IgFileProxy (void); 00023 00024 virtual std::string fetch (const std::string &file) = 0; 00025 }; 00026 00027 //<<<<<< INLINE PUBLIC FUNCTIONS >>>>>> 00028 //<<<<<< INLINE MEMBER FUNCTIONS >>>>>> 00029 00030 #endif // STUDIO_IG_FILE_PROXY_H