Update of /cvsroot/simspark/simspark/spark/salt
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv26810
Modified Files:
Tag: WIN32
sharedlibrary.cpp
Log Message:
- getname() is shared between both platforms
Index: sharedlibrary.cpp
===================================================================
RCS file: /cvsroot/simspark/simspark/spark/salt/sharedlibrary.cpp,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -C2 -d -r1.3.2.1 -r1.3.2.2
*** sharedlibrary.cpp 9 Feb 2007 16:10:27 -0000 1.3.2.1
--- sharedlibrary.cpp 10 Feb 2007 18:59:14 -0000 1.3.2.2
***************
*** 112,115 ****
--- 112,117 ----
}
+ #endif // WIN32
+
const std::string&
SharedLibrary::GetName() const
***************
*** 118,120 ****
}
! #endif // WIN32
--- 120,122 ----
}
!
|