AFX_INLINE use |
Post Reply |
Author | |
awake
Groupie Joined: 22 March 2011 Status: Offline Points: 12 |
Post Options
Thanks(0)
Posted: 09 June 2011 at 9:21pm |
when I read the sample code of DockingContainer,I found the code AFX_INLINE void RefreshPanes()
{
((CMainFrame*)AfxGetMainWnd->RefreshPanes();
}
who can tell me why use AFX_INLINE?
I search material on Internert.but nothing I have found.
the question is so puzzled!
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
AFX_INLINE is same as "inline"
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
awake
Groupie Joined: 22 March 2011 Status: Offline Points: 12 |
Post Options
Thanks(0)
|
thanks oleg
the same as I thought
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |