SaloS
Junior Member
23 Posts |
Posted - Jan 20 2006 : 05:49:07 AM
|
I have member-function that declared as
static void FreeStat(CAtlArray<AMWebServService::APPSTATS>& HourStats);
AMWebServService is namespace, struct APPSTATS is separated from AMWebServService by :: however when I create function body, VAX suggest me the following
void CHarnetClient::FreeStat(CAtlArray<AMWebServService.APPSTATS>& HourStats)
struct APPSTATS is separated from AMWebServService by . (dot). If I use this suggestion I have compiler error. |
|