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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 67 - (show 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
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