src/common/error-model.h
changeset 3385 75095a51d9e2
parent 3371 e472358ea634
equal deleted inserted replaced
3384:11747ae5b632 3385:75095a51d9e2
    70  */
    70  */
    71 class ErrorModel : public Object
    71 class ErrorModel : public Object
    72 {
    72 {
    73 public:
    73 public:
    74   static TypeId GetTypeId (void);
    74   static TypeId GetTypeId (void);
    75   /**
       
    76    * A factory method to generate a preconfigured default ErrorModel for use
       
    77    * \return an ErrorModel smart pointer that is the default ErrorModel 
       
    78    * type defined
       
    79    */
       
    80   static Ptr<ErrorModel> CreateDefault (void);
       
    81   
    75   
    82   ErrorModel ();
    76   ErrorModel ();
    83   virtual ~ErrorModel ();
    77   virtual ~ErrorModel ();
    84 
    78 
    85  /**
    79  /**