optimizations suggested by quantify

This commit is contained in:
Jeff Hill
2003-02-21 00:29:04 +00:00
parent 58837c8297
commit 1fb29c2040
2 changed files with 29 additions and 31 deletions

View File

@@ -42,9 +42,9 @@ void oldSubscription::current (
struct event_handler_args args;
args.usr = this->pPrivate;
args.chid = &this->chan;
args.type = type;
args.count = count;
args.chid = & this->chan;
args.type = static_cast < long > ( type );
args.count = static_cast < long > ( count );
args.status = ECA_NORMAL;
args.dbr = pData;
( *this->pFunc ) ( args );