/[usata]/usata2/src/objects/test_object.cpp
ViewVC logotype

Diff of /usata2/src/objects/test_object.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by skunix, Fri Dec 31 07:27:46 2004 UTC revision 1.5 by skunix, Sun Jan 2 02:48:32 2005 UTC
# Line 31  namespace Line 31  namespace
31                          virtual void    update(void){};                          virtual void    update(void){};
32                          virtual void    draw (void){};                          virtual void    draw (void){};
33                          virtual                 ~Something(){};                          virtual                 ~Something(){};
34                          virtual const std::string &name();                          virtual std::string name();
35          };          };
36    
37          const std::string&          std::string
38          Something::name()          Something::name()
39          {          {
40                  n=(boost::format("Something@%1%")%static_cast<void*>(this)).str();                  n=(boost::format("Something@%1%")%static_cast<void*>(this)).str();

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26