[Scummvm-devel] PORTERS: FSNode moved to namespace Common

Max Horn max at quendi.de
Wed Sep 3 13:56:36 CEST 2008


Hi everybody, especially you porters,

with this email (part of a series) I want to inform you about some  
changes related to the FSNode code, the class File, and in general how  
we handle files. I will try to describe briefly what changed, why, and  
how we suggest you deal with it.  As always, questions, suggestions,  
wishlists and constructive criticism are welcome :).


CHANGE: Moved classes FilesystemNode & FSList to namespace Common.  
Also removed the
   typedef Common::String String;
from AbstractFilesystemNode.

PORTERS TASK: I tried to adapt all backends code for this change, but  
as I can't test compile all of it, you may have to add a Common::  
prefix here and there.

AFFECTED PORTS: ?

RATIONALE: This was my plan for a long time. It is part of common/, so  
it should be in namespace Common.



Cheers,
Max




More information about the Scummvm-devel mailing list