diff options
Diffstat (limited to 'apps/JAWS/clients/Blobby/Options.h')
-rw-r--r-- | apps/JAWS/clients/Blobby/Options.h | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/apps/JAWS/clients/Blobby/Options.h b/apps/JAWS/clients/Blobby/Options.h index 086fa003a37..5fe61c55cfa 100644 --- a/apps/JAWS/clients/Blobby/Options.h +++ b/apps/JAWS/clients/Blobby/Options.h @@ -5,7 +5,7 @@ // // = LIBRARY // JAWS -// +// // = FILENAME // Options.h // @@ -14,18 +14,23 @@ // // = AUTHOR // Prashant Jain and Sumedh Mungee -// +// //============================================================================ -#if !defined (ACE_BLOBBY_OPTIONS_H) +#ifndef ACE_BLOBBY_OPTIONS_H #define ACE_BLOBBY_OPTIONS_H #include "Blob.h" #include "Blob_Handler.h" #include "ace/Get_Opt.h" + +#if !defined (ACE_LACKS_PRAGMA_ONCE) +# pragma once +#endif /* ACE_LACKS_PRAGMA_ONCE */ + #include "ace/ARGV.h" -class Options +class Options { public: static Options *instance (void); @@ -38,7 +43,7 @@ public: // Hostname to connect to u_short port_; - // Port number to use + // Port number to use char *filename_; // Filename to upload/download |