~smaioli/azureus/ubuntu-experimental

« back to all changes in this revision

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

MergedĀ VuzeĀ 4.2.0.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
219
219
                        + SystemProperties.SEP;
220
220
    }
221
221
 
 
222
        public String 
 
223
        getComputerName() 
 
224
        {
 
225
                String  host = System.getenv( "HOST" );
 
226
                
 
227
                if ( host != null && host.length() > 0 ){
 
228
                        
 
229
                        return( host );
 
230
                }
 
231
                
 
232
                return( null );
 
233
        }
 
234
        
222
235
        public File
223
236
        getLocation(
224
237
                long    location_id )