2k/AutoConfig/SPDFParser.cpp parse() implCode_var => DynamicConfigurator::implCode_var 2k/AutoConfig/AutoConfigServer.h intparse_args() ==> int parse_args() ==> removed (duplicate definition) 2k/ComponentConfigurator/Configuration_i.cpp addHook() The type of "length of sequence" is CORBA::ULong not int! remove unused variable j registerClient() The type of "length of sequence" is CORBA::ULong not int! unregisterClient() The type of "length of sequence" is CORBA::ULong not int! remove unused variable j listHook() listClient() new DependencyList() => new Configuration:;DependencyList() eventToString() EventType => Configuration::EventType findClient() The type of "length of sequence" is CORBA::ULong not int! name() info() listHooks() numberofClients() listClients() implementation() use ACE_UNUSED_ARG(ACE_TRY_ENV) to surpress warning 2k/ComponentConfigurator/Configuration_i.h Reorder poa_, name_, info_, implementation_ to match initialization order 2k/tests/DynamicConfigurator/Makefile Missing library directory -L$ACE_ROOT)/ace 2k/tests/hello/dynamicTAO/LoadableHelloComp.cpp 2k/tests/hello/dynamicTAO/LoadableHelloComp1.cpp init() should return int configure should return int 2k/tests/hello/dynamicTAO/hello_i.cpp echo1() echo2() use ACE_UNUSED_ARG(_tao_environment) to surpress warning getHello() NotReady => hello::NotReady dynamicTAO/src/MonitoringService/HelloWorld/client_i.cpp run() u_int i; ==> int i; dynamicTAO/src/MonitoringService/InfoStorage/Data_Entry.cpp toString() address of local variable `result' returned char result[100]; ==> static char result[100]; dynamicTAO/src/MonitoringService/InfoStorage/QueryInfo_i.cpp use ACE_UNUSED_ARG(_tao_environment) to surpress warning query_all_client_machines() Fix invalid Union member accessor (ret->client_machines)((const M_STORAGE::clients) *m); ==> ret->client_machines() = *m; dynamicTAO/src/StrategyFactories/Concurrency/Thread_Strategy_Factory.cpp Commented out template instanciation code since it is no longer used. dynamicTAO/src/StrategyFactories/PerformanceMonitor/Monitoring_Strategy.h firsttime; ==> int firsttime; dynamicTAO/src/StrategyFactories/PerformanceMonitor/My_NameSet.cpp remove() find() for (int i=0; i < num; i++) { ... ] if (i int i; for (i=0; i < num; i++) { ... ] if (i ACE_Double_Linked_List_Iterator_Base ACE_Double_Linked_List_Iterator_Base dynamicTAO/src/ace/Net_Broker.cpp /*#if !defined(__ACE_INLINE__) => // #if !defined(__ACE_INLINE__) dynamicTAO/src/ace/Simple_Strategy_Factory.cpp Constructor Reorder initialization of thisTypeHasCorbaConfigurator_ and localConfigurator_ to conform the order of declaration in the header file. dynamicTAO/src/ace/SmartPacket.cpp myName() for (int i = 0;i < this->num_hosts;i++) { ... } for (i = 0;i < this->num_hosts;i++) { ... } ==> int i; // i also will be used outside of this loop for (i = 0;i < this->num_hosts;i++) { ... } for (i = 0;i < this->num_hosts;i++) { ... } dynamicTAO/src/ace/SmartPacket_Broker.cpp handle_request () long sec = timeout, => long sec = (long)timeout, for (int j = 1; j <= numchld; j++) { ... } for (j = 1; j <= numchld; j++) { ... } ==> int j; // j also will be used outside of this loop for (j = 1; j <= numchld; j++) { ... } for (j = 1; j <= numchld; j++) { ... } =========== Not yet modified ======================================== TAO/TAO_IDL/fe/fe_lookup.cpp Line :204: warning: missing initializer for member `mapping_' * inline keyword in the source code