Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > SSR_impls > SSR__MC_shared_impl
diff dependency.h @ 74:b73e4a6f3497
add dependency tracking for singleton
| author | Nina Engelhardt <nengel@mailbox.tu-berlin.de> |
|---|---|
| date | Tue, 17 Apr 2012 20:14:34 +0200 |
| parents | f20b4d9d3086 |
| children |
line diff
1.1 --- a/dependency.h Mon Apr 16 18:25:31 2012 +0200 1.2 +++ b/dependency.h Tue Apr 17 20:14:34 2012 +0200 1.3 @@ -46,6 +46,8 @@ 1.4 1.5 void print_dyn_dependency_to_file(void* _dep); 1.6 1.7 +void print_singleton_dependency_to_file(void* _dep); 1.8 + 1.9 void print_hw_dependency_to_file(void* _dep); 1.10 1.11 void print_dependency_to_file(void* dep);
