~smaioli/azureus/ubuntu-experimental

« back to all changes in this revision

Viewing changes to org/gudy/azureus2/platform/dummy/PlatformManagerImpl.java

MergedĀ VuzeĀ 4.2.0.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
        throw new PlatformManagerException("Unsupported capability called on platform manager");
88
88
        }
89
89
        
 
90
        public String 
 
91
        getComputerName() 
 
92
        {
 
93
                return null;
 
94
        }
 
95
        
90
96
        public File
91
97
        getLocation(
92
98
                long    location_id )