|
From: <qua...@us...> - 2009-12-30 11:19:07
|
Revision: 36
http://dsim.svn.sourceforge.net/dsim/?rev=36&view=rev
Author: quannaus
Date: 2009-12-30 11:19:01 +0000 (Wed, 30 Dec 2009)
Log Message:
-----------
Fixed a small bug.
Modified Paths:
--------------
trunk/dsim/dsim/service/DSIM_ServiceContext.hpp
Modified: trunk/dsim/dsim/service/DSIM_ServiceContext.hpp
===================================================================
--- trunk/dsim/dsim/service/DSIM_ServiceContext.hpp 2009-12-30 10:37:35 UTC (rev 35)
+++ trunk/dsim/dsim/service/DSIM_ServiceContext.hpp 2009-12-30 11:19:01 UTC (rev 36)
@@ -77,7 +77,6 @@
/** Display the full DSIM_ServiceContext content. */
const std::string display() const;
- };
private:
// /////// Construction / initialisation ////////
@@ -104,6 +103,7 @@
/** Reference Data Set parameters. */
RDSParameters _rdsParameters;
+ };
}
#endif // __DSIM_SVC_DSIMSERVICECONTEXT_HPP
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|