updated comments, memory hog run outline.
[feisty_meow.git] / core / applications / example_application / example_application.cpp
index 767b453058caa7a09c4595cf39dd9d6758066c50..f82f2f7873405e6900e8091bb933aac764ea6935 100644 (file)
@@ -65,8 +65,8 @@ public:
   virtual int execute();
     //!< the root of the program's activity.
 
-  void print_instructions();
-    //!< describes the available command line options for the ULS.
+  int print_instructions() { LOG("no instructions at this time."); return 1; }
+    //!< describes the available command line options for this program.
 
 private:
   singleton_application _app_lock;  //!< our inter-application synchronizer.