[ros-kernel] Differences between ntdll and ntoskrnl Rtl functions

Rick Parrish rfmobile at swbell.net
Thu Jun 3 23:47:34 CEST 2004


Waldo Alvarez Cañizares wrote:

>Sure. You can't . Sharing source code makes maintenance easier. 
>
Understood - usually - but not always. Having one body of source code 
serve the needs of two very different masters can lead to fractured 
coding. Something like ...

if (serving_master_one)
{
  // do it this way.
}
else if (serving_master_two)
{
  // do it that way.
}

At some point you're better off splitting code into two separate pieces.

-rick



More information about the Ros-kernel mailing list