Uniwares
Tomato Guru
Portugal
2322 Posts |
Posted - Jan 12 2004 : 09:18:09 AM
|
For a ATL OLEDB consumer I'm working on, VAX shows a strange behaviour: when I hover the mouse over a virtual function which is defined in one of the base classes, VAX shows a "short" definition. When I hover the mouse a second time over the same function, VAX shows a "complete definition".
eg.: class CdbouClients which is derived from CTable<CAccessor<CdbouClientsAccessor> > which is derived from CAccessorRowset.
The first tooltip shows "void Close() throw()", the second shows me "void ATL::CAccessorRowset<ATL::CAccessor<CdbouClientsAccessor>, ATL::CRowset<typename TAccessor> >::Close(void)"
|
|