INTEGRATION: CWS adc18 (1.3.56); FILE MERGED

2007/10/18 15:23:15 np 1.3.56.1: #i81775#
This commit is contained in:
Jens-Heiner Rechtien 2007-11-02 15:41:25 +00:00
parent da07166b64
commit a1a0f61cde

View file

@ -4,9 +4,9 @@
* *
* $RCSfile: out_position.hxx,v $ * $RCSfile: out_position.hxx,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change: $Author: rt $ $Date: 2005-09-07 17:57:57 $ * last change: $Author: hr $ $Date: 2007-11-02 16:41:25 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
@ -59,7 +59,7 @@ class Position
Node & i_directory, Node & i_directory,
const String & i_file = String::Null_() ); const String & i_file = String::Null_() );
Position( Position(
Position & i_directory, const Position & i_directory,
const String & i_rDifferentFile ); const String & i_rDifferentFile );
~Position(); ~Position();
@ -81,14 +81,14 @@ class Position
StringVector & o_result ) const StringVector & o_result ) const
{ pDirectory->Get_Chain(o_result); } { pDirectory->Get_Chain(o_result); }
String LinkTo( String LinkTo(
Position & i_destination, const Position & i_destination,
const String & i_localLabel = String::Null_() ) const; const String & i_localLabel = String::Null_() ) const;
String LinkToRoot( String LinkToRoot(
const String & i_localLabel = String::Null_() ) const; const String & i_localLabel = String::Null_() ) const;
void Get_LinkTo( void Get_LinkTo(
StreamStr & o_result, StreamStr & o_result,
Position & i_destination, const Position & i_destination,
const String & i_localLabel = String::Null_() ) const; const String & i_localLabel = String::Null_() ) const;
void Get_LinkToRoot( void Get_LinkToRoot(
StreamStr & o_result, StreamStr & o_result,
@ -97,7 +97,7 @@ class Position
static char Delimiter() { return '/'; } static char Delimiter() { return '/'; }
// ACCESS // ACCESS
Node & RelatedNode() { return *pDirectory; } Node & RelatedNode() const { return *pDirectory; }
void Set( void Set(
Node & i_node, Node & i_node,