~vbursian/research-assistant/intervers

« back to all changes in this revision

Viewing changes to RAGUI/NetView.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:
28
28
typedef list<pcfNetViewMenuGenerator>     sNetViewMenuGenerators;
29
29
 
30
30
typedef void fNetViewActionHandler (sNet2TreeEvolution::pcsItem ,sPoint);
31
 
//typedef const fNetViewActionHandler &     rcfNetViewActionHandler;
32
31
typedef fNetViewActionHandler *           pfNetViewActionHandler;
33
32
typedef const pfNetViewActionHandler      cpfNetViewActionHandler;
34
33