/***************************************************************
                    Base Class for CES

Description:
  This is the common fuctionality among components of CES
    it establishes unique id's for all the objects that get 
    created to form the editor, primarily for avoiding identity
    confusion.

Methods:
  OID_t      GetIdentity(void); // get the identity number
  char *     GetName    (void); // get the object descriptor string
           
            
                    
 Dont use tab characters in this code.
  Dont use tab characters in this code.
   Dont use tab characters in this code.
    Dont use tab characters in this code.
     Dont use tab characters in this code.
      Dont use tab characters in this code.
       Dont use tab characters in this code.
        Dont use tab characters in this code.
         Dont use tab characters in this code.
          thanks.

History:
 <Feb 25 2004> Creation Dan,

***************************************************************/

#include "cesbase.h"

