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

Diff for /pegasus/src/Pegasus/Common/Thread.h between version 1.53 and 1.54

version 1.53, 2005/06/24 19:34:23 version 1.54, 2006/01/10 19:41:15
Line 47 
Line 47 
 #include <Pegasus/Common/IPC.h> #include <Pegasus/Common/IPC.h>
 #include <Pegasus/Common/InternalException.h> #include <Pegasus/Common/InternalException.h>
 #include <Pegasus/Common/DQueue.h> #include <Pegasus/Common/DQueue.h>
 #include <Pegasus/Common/AcceptLanguages.h>  // l10n  #include <Pegasus/Common/AcceptLanguageList.h>
 #include <Pegasus/Common/Linkage.h> #include <Pegasus/Common/Linkage.h>
 #include <Pegasus/Common/AutoPtr.h> #include <Pegasus/Common/AutoPtr.h>
  
Line 422 
Line 422 
       static void setCurrent(Thread * thrd); // l10n       static void setCurrent(Thread * thrd); // l10n
  
       //       //
       //  Gets the AcceptLanguages object associated with the caller's        //  Gets the AcceptLanguageList object associated with the caller's
       //  Thread.       //  Thread.
       //  Note: this may return NULL if no Thread object, or no       //  Note: this may return NULL if no Thread object, or no
       //  AcceptLanguages object, is associated with the caller's thread.        //  AcceptLanguageList object, is associated with the caller's thread.
       //       //
       static AcceptLanguages * getLanguages(); //l10n        static AcceptLanguageList * getLanguages(); //l10n
  
       //       //
       //  Sets the AcceptLanguages object associated with the caller's        //  Sets the AcceptLanguageList object associated with the caller's
       //  Thread.       //  Thread.
       //  Note: a Thread object must have been previously associated with       //  Note: a Thread object must have been previously associated with
       //  the caller's thread.       //  the caller's thread.
       //  Note: the AcceptLanguages object must be placed on the heap.        //  Note: the AcceptLanguageList object must be placed on the heap.
       //       //
       static void setLanguages(AcceptLanguages *langs); //l10n        static void setLanguages(AcceptLanguageList *langs); //l10n
  
       //       //
       //  Removes the AcceptLanguages object associated with the caller's        //  Removes the AcceptLanguageList object associated with the caller's
       //  Thread.       //  Thread.
       //       //
       static void clearLanguages(); //l10n       static void clearLanguages(); //l10n


Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2