(file) Return to MessageLoader.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/MessageLoader.h between version 1.1 and 1.1.2.3

version 1.1, 2003/07/15 17:06:23 version 1.1.2.3, 2003/08/13 19:39:50
Line 136 
Line 136 
         /**         /**
          * Constructor:          * Constructor:
          */          */
         MessageLoaderParms(){}          MessageLoaderParms(){
                   useProcessLocale = false;
                   useThreadLocale = true;
   
                   #ifdef PEGASUS_HAS_ICU
                   useICUfallback = false;
                   #endif
   
                   acceptlanguages = AcceptLanguages();
                   contentlanguages = ContentLanguages();
                   msg_src_path = String();
           }
  
         /*         /*
          * Constructor:          * Constructor:
Line 154 
Line 165 
          * @param arg9 Formatter::Arg - optional substitution parameter          * @param arg9 Formatter::Arg - optional substitution parameter
          */          */
         MessageLoaderParms( String id, String msg,         MessageLoaderParms( String id, String msg,
                                                 Formatter::Arg arg0 = Formatter::Arg(),                                                  Formatter::Arg anArg0 = Formatter::Arg(),
                                                 Formatter::Arg arg1 = Formatter::Arg(),                                                  Formatter::Arg anArg1 = Formatter::Arg(),
                                                 Formatter::Arg arg2 = Formatter::Arg(),                                                  Formatter::Arg anArg2 = Formatter::Arg(),
                                                 Formatter::Arg arg3 = Formatter::Arg(),                                                  Formatter::Arg anArg3 = Formatter::Arg(),
                                                 Formatter::Arg arg4 = Formatter::Arg(),                                                  Formatter::Arg anArg4 = Formatter::Arg(),
                                                 Formatter::Arg arg5 = Formatter::Arg(),                                                  Formatter::Arg anArg5 = Formatter::Arg(),
                                                 Formatter::Arg arg6 = Formatter::Arg(),                                                  Formatter::Arg anArg6 = Formatter::Arg(),
                                                 Formatter::Arg arg7 = Formatter::Arg(),                                                  Formatter::Arg anArg7 = Formatter::Arg(),
                                                 Formatter::Arg arg8 = Formatter::Arg(),                                                  Formatter::Arg anArg8 = Formatter::Arg(),
                                                 Formatter::Arg arg9 = Formatter::Arg() ){                                                  Formatter::Arg anArg9 = Formatter::Arg() ){
  
                 msg_id = id;                 msg_id = id;
                 default_msg = msg;                 default_msg = msg;
Line 177 
Line 188 
                 acceptlanguages = AcceptLanguages::EMPTY;                 acceptlanguages = AcceptLanguages::EMPTY;
                 contentlanguages = ContentLanguages::EMPTY;                 contentlanguages = ContentLanguages::EMPTY;
                 msg_src_path = String::EMPTY;                 msg_src_path = String::EMPTY;
                 this->arg0 = arg0;                  this->arg0 = anArg0;
                 this->arg1 = arg1;                  this->arg1 = anArg1;
                 this->arg2 = arg2;                  this->arg2 = anArg2;
                 this->arg3 = arg3;                  this->arg3 = anArg3;
                 this->arg4 = arg4;                  this->arg4 = anArg4;
                 this->arg5 = arg5;                  this->arg5 = anArg5;
                 this->arg6 = arg6;                  this->arg6 = anArg6;
                 this->arg7 = arg7;                  this->arg7 = anArg7;
                 this->arg8 = arg8;                  this->arg8 = anArg8;
                 this->arg9 = arg9;                  this->arg9 = anArg9;
         }         }
  
         String toString(){         String toString(){


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2