SharedLibraryCommon.h

Go to the documentation of this file.
00001 /*<!-------------------------------------------------------------------->
00002    @file   SharedLibraryCommon.h
00003    @author Travis Fischer (fisch0920@gmail.com)
00004    @date   Summer 2008
00005    
00006    @brief
00007       Definitions to ensure shared library support will be cross-platform
00008    <!-------------------------------------------------------------------->**/
00009 
00010 #ifndef SHARED_LIBRARY_COMMON_H_
00011 #define SHARED_LIBRARY_COMMON_H_
00012 
00013 #include <common/utilities.h>
00014 #include <dynamic/DynamicPlugin.h>
00015 
00016 typedef void SharedLibraryHandle;
00017 
00018 #endif // SHARED_LIBRARY_COMMON_H_
00019 

Generated on 28 Feb 2009 for Milton by doxygen 1.5.6