
|
[haiku-appserver]
||
[Date Prev]
[03-2005 Date Index]
[Date Next]
||
[Thread Prev]
[03-2005 Thread Index]
[Thread Next]
[haiku-appserver] Re: private development
- From: "Axel Dörfler" <axeld@xxxxxxxxxxxxxxxx>
- To: haiku-appserver@xxxxxxxxxxxxx
- Date: Fri, 25 Mar 2005 19:51:10 +0100 CET
Adi Oanca <adioanca@xxxxxxxxxxxxx> wrote:
> > Inlines ? :)
> To a certain extent. There are some inlines in the server, there
> will
> be more, but they cannot spread across files (.o) AFAIK. For example,
As long as they are short enough to be declared in the header file
(like in Stephan's example), they are always compiled in inline (and
therefore, you shouldn't do this often in public headers, as those
functions cannot be changed anymore - at least they won't change in
already compiled code).
Bye,
Axel.
|

|