~karsten.klagges/openwns-allinone/trunk

« back to all changes in this revision

Viewing changes to framework/library/src/simulator/ISimulator.hpp

  • Committer: Karsten Klagges
  • Date: 2013-07-30 17:20:21 UTC
  • Revision ID: kks@comnets.rwth-aachen.de-20130730172021-ug2uslqx81y595qx
removed several needless explicit declarations
fixed some implicit type conversions of wns::simulator::Time

Show diffs side-by-side

added added

removed removed

Lines of Context:
212
212
        /**
213
213
         * @brief Constructor
214
214
         */
215
 
        explicit
216
215
        Singleton();
217
216
 
218
217
        /**