Subversion Repositories DIN Is Noise

Rev

Rev 1528 | Rev 1712 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1528 Rev 1662
Line 337... Line 337...
337
  int operator() (tokenizer& tz);
337
  int operator() (tokenizer& tz);
338
  ~gravity () {}
338
  ~gravity () {}
339
};
339
};
340
340
341
#ifdef __SVG__
341
#ifdef __SVG__
-
 
342
342
struct write_svg : command {
343
struct write_svg : command {
343
  write_svg (const std::string& ln, const std::string& sn) : command (ln, sn) {}
344
  write_svg (const std::string& ln, const std::string& sn) : command (ln, sn) {}
344
  int operator() (tokenizer& tz);
345
  int operator() (tokenizer& tz);
345
  ~write_svg () {}
346
  ~write_svg () {}
346
};
347
};
-
 
348
-
 
349
struct write_trail : command {
-
 
350
  write_trail (const std::string& ln, const std::string& sn) : command (ln, sn) {}
-
 
351
  int operator() (tokenizer& tz);
-
 
352
  ~write_trail () {}
-
 
353
};
-
 
354
347
#endif
355
#endif
348
356
349
#ifdef __HPGL__
357
#ifdef __HPGL__
350
struct write_hpgl : command {
358
struct write_hpgl : command {
351
  write_hpgl (const std::string& ln, const std::string& sn) : command (ln, sn) {}
359
  write_hpgl (const std::string& ln, const std::string& sn) : command (ln, sn) {}