usata-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Usata-commits] Changes to usata2/src/texture.hpp


From: David Lau
Subject: [Usata-commits] Changes to usata2/src/texture.hpp
Date: Wed, 19 Jan 2005 01:28:47 -0500

Index: usata2/src/texture.hpp
diff -u usata2/src/texture.hpp:1.6 usata2/src/texture.hpp:1.7
--- usata2/src/texture.hpp:1.6  Tue Jan 18 00:12:08 2005
+++ usata2/src/texture.hpp      Wed Jan 19 06:28:47 2005
@@ -10,7 +10,7 @@
 // included in the software distribution, or visit
 // http://www.fsf.org/licenses/gpl.html.
 //
-// $Id: texture.hpp,v 1.6 2005/01/18 00:12:08 skunix Exp $
+// $Id: texture.hpp,v 1.7 2005/01/19 06:28:47 skunix Exp $
 
 #ifndef USATA_TEXTURE_HPP
 #define USATA_TEXTURE_HPP
@@ -46,15 +46,17 @@
 
        typedef boost::shared_ptr<Texture> Texture_sp;
 
-       class ImageManager : public ResourceManager<Texture, TextureMeta, 
std::string>
+       class TextureMapManager : public ResourceManager<Texture, TextureMeta, 
std::string>
        {
                typedef resource Image_sp;
                public:
                        Image_sp get(const std::string& name);
+                       bool    get(const std::string& name, Image_sp&);
                        void meta_add(const TextureMeta*);
                        void load_path(const boost::filesystem::path&);
        };
 
+/*
        class TextureManager
        {
                        std::auto_ptr<TextureManagerImpl> impl;
@@ -67,7 +69,7 @@
                        Texture_sp get(const std::string&texAlias);             
        
 
        };
-
+*/
 }
 #endif  
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]