~jdpipe/ascend/trunk-old

« back to all changes in this revision

Viewing changes to ascxx/registry.cpp

  • Committer: jpye
  • Date: 2014-06-25 06:07:49 UTC
  • Revision ID: svn-v4:f15cd148-d149-4907-926e-73cf92b3ee03:trunk:2787
remove seetInteger from Registry class, not needed.
fix #include paths in scanner.l

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
#include <stdexcept>
8
8
 
9
 
void
10
 
Registry::setInteger(const char *key, int val){
 
9
/*void
 
10
Registry::setInteger(const char *key, intptr_t val){
11
11
        importhandler_setsharedpointer(key,(void *)val);
12
 
}
 
12
}*/
13
13
 
14
14
void
15
15
Registry::setPointer(const char *key, void *val){