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

Diff for /pegasus/src/Pegasus/Common/LanguageParser.h between version 1.19 and 1.20

version 1.19, 2006/01/30 16:17:04 version 1.20, 2006/03/10 23:14:49
Line 129 
Line 129 
     static String buildContentLanguageHeader(     static String buildContentLanguageHeader(
         const ContentLanguageList& contentLanguages);         const ContentLanguageList& contentLanguages);
  
   #ifdef PEGASUS_HAS_ICU
       /**
           Converts a locale ID to language tag syntax by replacing the '_'
           separators with '-' separators.
           @param localeId The locale ID string to convert to language tag
           syntax.  The conversion is performed on the localeId object
           directly.
           @return The converted String with language tag syntax.
        */
       static String& convertLocaleIdToLanguageTag(String& localeId);
   #endif
   
     /**     /**
         Returns the default accept languages based on environment settings.         Returns the default accept languages based on environment settings.
         ATTN: What is the behavior?  This is only implemented if MESSAGES and         ATTN: What is the behavior?  This is only implemented if MESSAGES and


Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2