[wx-dev] pImpl file layout
Stefan Csomor
csomor at advancedconcepts.ch
Mon Jun 23 09:06:39 PDT 2008
Hi
I=B9m splitting up all the mac wxwindow classes into code that is common for
all osx implementations, and source files that contain the specific
implementation for a toolkit, now I wonder what the best approach to
filenames would be :
should I add a suffix to the filenames (cocoa implementation files are easy
spotted by the .mm extension, but carbon and common files would both be
identical otherwise
ie
src/osx/window.cpp
src/osx/carbon/windowi.cpp
src/osx/cocoa/windowi.cpp
?
Thanks for sharing your thoughts
Stefan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wx-dev/attachments/20080623/3b16b=
409/attachment.htm
More information about the wx-dev
mailing list