~vbursian/research-assistant/intervers

« back to all changes in this revision

Viewing changes to RANet/Nodes.h

  • Committer: Viktor Bursian
  • Date: 2013-06-06 15:10:08 UTC
  • Revision ID: vbursian@gmail.com-20130606151008-6641eh62f0lgx8jt
Tags: version_0.3.0
version 0.3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
129
129
  private:
130
130
    void                      DisconnectAllPtrs ();
131
131
    virtual void              IncHosts ();
132
 
  public: //! @todo{publicity} because of sEasyCluster::~sEasyCluster
 
132
  public: //! @todo{elegancy} bad publicity because of sEasyCluster::~sEasyCluster
133
133
    virtual void              DecHosts ();
134
134
  private:
135
135
    void                      assign_intrinsic_content (sNodePtr    NP)
154
154
                              ясности?
155
155
                              */
156
156
 
157
 
  public: /*! @todo{publicity} because of BasicNet::BasicNet
 
157
  public: /*! @todo{elegancy} bad publicity because of BasicNet::BasicNet
158
158
          and sBasicNet::Allocate(both)
159
159
          and sBasicNet::PreallocateNode
160
160
          */
163
163
    int                       NumberOfPointers;
164
164
    psNodePtr                 PtrRing;
165
165
    sNodePtr                  Redirector;
166
 
  public: /*! @todo{publicity} this is because of sRANetMonitor::EditAllocation
 
166
  public: /*! @todo{elegancy} bad publicity because of sRANetMonitor::EditAllocation
167
167
          and BasicNet::BasicNet, sBasicNet::Allocate, AllocateMandatory
168
168
          and sBasicNet::PreallocateNode
169
169
          */