todo

NAME
NAME

NAME

todo − .TH "todo" 3 "Tue Feb 10 2015" "Version @(#) $Id: Doxyfile.cpp,v 1.10 2010/07/07 10:25:21 alopatin Exp $" "ACS-2015.2 C++ API"

NAME

todo −

Member ACS::getTime()

Remove this deprecated function with ACS 5.1 or 6.0

Class ACS::ThreadManagerBase

GCH Why a forward declaration for the Thread class here? Thread Base should be sufficient !!!!! Try to remove it and see what happens.

Member ACS::ThreadManagerBase::ThreadManagerBase()

GCH Why a friend declaration for the Thread class here? Thread Base should be sufficient !!!!! Try to remove it and see what happens.

Member ACSErr::ErrorTraceHelper::getErrorTrace()

if current is NULL than exception should be thrown

Member ACSError::ACSError()

in case of error exception shall be thrown

Member ACSError::getErrorTrace()

if current is NULL than exception should be thrown

Member BulkDataNTReceiverImpl::openReceiverFlow(const char *stream_name, const char *flow_name)

to be implemented

Member BulkDataNTReceiverImpl::openReceiverFlowCfg(const char *stream_name, const char *flow_name, const char *flow_cfg)

to be implemented

Member BulkDataNTReceiverImpl::openReceiverStreamCfg(const char *stream_name, const char *stream_cfg)

to be implemented

Member maci::ContainerImpl::getComponent(const char *name, const char *domain, bool activate)

getComponent should throw an exception in case of error

throw ex;

throw ex;

throw ex;

throw ex;

Member maci::ContainerServices::getThreadManager()

This returns a pointer to the intermal threadManager object. This operation is potentially dangerous and we should may be better return a reference counting Loki smart pointer, but this requires changing the interfaces.

Member maci::SimpleClient::getComponent(const char *name, const char *domain, bool activate)

why here is using get_service and not get_component ?