~vbursian/research-assistant/intervers

« back to all changes in this revision

Viewing changes to RANet/Curves.cpp

  • Committer: Viktor Bursian at blin-Ubuntu
  • Date: 2013-08-01 15:02:41 UTC
  • mto: (4.2.3 trunk)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: vbursian@gmail.com-20130801150241-1fl8uvcur2uy4pfb
Приведены в порядок BasicNodes, понаставлены мьютексы.  По всей иерархии изменены Text, Docket, Hint (теперь не const, берут мьютекс).  Исправлен баг в AscribeAttribute.  Изменён template get_from и это хорошо.

Show diffs side-by-side

added added

removed removed

Lines of Context:
168
168
 
169
169
 
170
170
sString  sDependence::Text (eTextFormat        F
171
 
                           ,eTextDetalization  D) const
 
171
                           ,eTextDetalization  D)
172
172
{
173
173
  sString                     T;
174
174
  if( F == HTML ){