Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 20, 2006, 12:04:21 AM (18 years ago)
Author:
bensch
Message:

loadParam descriptions can be printed nicely, and also switched on and off globally

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/util/loading/load_param_description.cc

    r9774 r9775  
    6565      PRINT(0)(",");
    6666    PRINT(0)("%s", this->_types[i].c_str());
    67     // FIXME
    68     //     switch (this->types[i])
    69     //     {
    70     //       default:
    71     //         PRINTF(3)("none");
    72     //         break;
    73     //       case ParameterBool:
    74     //         PRINT(3)("bool");
    75     //         break;
    76     //       case ParameterChar:
    77     //         PRINT(3)("char");
    78     //         break;
    79     //       case ParameterString:
    80     //         PRINT(3)("string");
    81     //         break;
    82     //       case ParameterInt:
    83     //         PRINT(3)("int");
    84     //         break;
    85     //       case ParameterUInt:
    86     //         PRINT(3)("Uint");
    87     //         break;
    88     //       case ParameterFloat:
    89     //         PRINT(3)("float");
    90     //         break;
    91     //       case ParameterLong:
    92     //         PRINT(3)("long");
    93     //         break;
    94     //       case ParameterXML:
    95     //         PRINT(3)("XML");
    96     //         break;
    97     //     }
    9867  }
    9968  PRINT(0)("</%s>", this->_name.c_str());
Note: See TracChangeset for help on using the changeset viewer.