(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.30 and 1.31

version 1.30, 2003/08/04 20:19:25 version 1.31, 2003/08/11 14:12:53
Line 341 
Line 341 
  
       //       //
       //  Gets the Thread object associated with the caller's thread.       //  Gets the Thread object associated with the caller's thread.
       //  Note: this may return NULL        //  Note: this may return NULL if no Thread object is associated
         //  with the caller's thread.
       //       //
       static Thread * getCurrent();  // l10n       static Thread * getCurrent();  // l10n
  
       //       //
       //  Sets the Thread object associated with the caller's thread        //  Sets the Thread object associated with the caller's thread.
         //  Note: the Thread object must be placed on the heap.
       //       //
       static void setCurrent(Thread * thrd); // l10n       static void setCurrent(Thread * thrd); // l10n
  
       //       //
       //  Gets the AcceptLanguages associated with the caller's        //  Gets the AcceptLanguages object associated with the caller's
       //  Thread.       //  Thread.
       //  Note: this may return NULL        //  Note: this may return NULL if no Thread object, or no
         //  AcceptLanguages object, is associated with the caller's thread.
       //       //
       static AcceptLanguages * getLanguages(); //l10n       static AcceptLanguages * getLanguages(); //l10n
  
       //       //
       //  Sets the AcceptLanguages associated with the caller's        //  Sets the AcceptLanguages object associated with the caller's
       //  Thread.       //  Thread.
         //  Note: a Thread object must have been previously associated with
         //  the caller's thread.
         //  Note: the AcceptLanguages object must be placed on the heap.
       //       //
       static void setLanguages(AcceptLanguages *langs); //l10n       static void setLanguages(AcceptLanguages *langs); //l10n
  
       //       //
       //  Removes the AcceptLanguages associated with the caller's        //  Removes the AcceptLanguages object associated with the caller's
       //  Thread.       //  Thread.
       //       //
       static void clearLanguages(); //l10n       static void clearLanguages(); //l10n


Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2