/[H7]/branches/linux-serial/server/globalstorage.cpp
ViewVC logotype

Annotation of /branches/linux-serial/server/globalstorage.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 67 - (hide annotations) (download)
Tue Feb 6 23:37:39 2007 UTC (17 years, 3 months ago) by torben
File size: 124 byte(s)
Added some more of the H7 linux server - now it basically works :)


1 torben 67
2     #include "globalstorage.h"
3    
4     GlobalStorage* GlobalStorage::instance()
5     {
6     static GlobalStorage storage;
7     return &storage;
8     }

  ViewVC Help
Powered by ViewVC 1.1.20